/** footer menu **/
.footnav{
display:none;
}
@media only screen and (max-width:450px){
.site-info{
padding:15px 0 58px 0;
}
#advert_widget, .php_text .widget-text, .widget .textwidget{
padding:0;
}
.footnav{
position:fixed;
z-index:1999;
bottom:0;
width:100%;
height:40px;
display:block;
right:0;
-mox-box-shadow:0px 0px 10px 3px rgba(223, 223, 247, 1.0);
-o-box-shadow:0px 0px 10px 3px rgba(223, 223, 247, 1.0);
-ms-box-shadow:0px 0px 10px 3px rgba(223, 223, 247, 1.0);
}
.footnav{
padding-left:0;
margin-bottom:0;
list-style:none;
}
.footnav span{
width:50px !important;
height:50px !important;
}
.font-text {
margin: 0 0 0 5px;
color: #fff;
}
.footnav > ul{
position:relative;
z-index:1;
height:40px;
background:#0d62be;
list-style-type:none;
margin:0px;
padding:0px!important;
}
.footnav  ul  li{
position:relative;
float:left;
width:33.333333%;
text-align:center;
margin:0px;
padding:0px
list-style-type:none;
top:12px;
}
.footnav ul li a{
display:block;
margin-right:auto;
margin-left:auto;
}
.footnav ul li:last-child a{
animation: change 2s linear 0s infinite;
}
}
@keyframes change {
	0% {color: #222;}
	25% {color: #666;}
	50% {color: #ccc;}
	75% {color: #666;}
	100% {color: #222;}
}